body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px ;
	font-family: Roboto,Helvetica, Calibri, Arial, sans-serif !important;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #ba162c;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus{
    outline:none;
}
*::selection {
    background-color: #ba162c;
    color: white;
}

*::-moz-selection {
    background-color: #ba162c;
    color: white;
}

*::-webkit-selection {
    background-color: #ba162c;
    color: white
}

.icon-dingwei:before {
  	content: "\e617";
}

.icon-phone-channel:before {
 	content: "\e686";
}

.icon-youjiantou:before {
  	content: "\e678";
}

.icon-youxiang-:before {
  	content: "\e6af";
}
/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container{
		width: 688px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container{
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	.container{
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: 135px;
	position: fixed;
	top: 0;
	box-shadow: 0px 0 10px rgba(0,0,0,0.8);
	z-index: 100;
	background-color: #FFFFFF;
}
.header_common .header{
	width: 100%;
	height: auto;
	position: relative;
}
.header_top{
	width: 100%;
	height: 90px;
	position: relative;
}
.headerLogo{
	display: block;
	float: left;
	width: 165px;
	height: 100%;
	overflow: hidden;
	line-height: 90px;
}
.headerLogo img{
	width: 100%;
}
.header_top h4{
	font-size: 18px;
	line-height: 30px;
	border-left: 1px solid #dbdbdb;
	float: left;
	margin: 30px 0 0 20px;
	padding: 0 0 0 15px;
	font-weight: bold;
	color: #5a5a5a;
}
.header_top .top_icon{
	float: right;
	margin: 30px 20px 0 0;
}
.header_top .top_icon a{
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 5px;
}
.header_En{
	width: 80px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin: 30px 0 0;
	position: relative;
}
.header_En p{
	width: 80px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	background-color: #dedede;
	text-align: center;
	font-size: 14px;
	color: #575757;
}
.header_En .header_EnBox{
	width: 150px;
	height: auto;
	box-shadow: 0px 5px 10px #e8e8e8;
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 14px;
	line-height: 25px;
	padding: 10px;
	display: none;
	z-index: 100000000;
	background-color: #FFFFFF;
}
.header_En .header_EnBox img{
	margin-right: 10px;
}
.headerSm{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #ba162c;
	padding:25px 15px;
}
.headerSm span{
	display: block;
	width: 50px;
	height: 5px;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.headerSm span:nth-of-type(1){
	margin: -17px 0 0 -25px;
}
.headerSm span:nth-of-type(2){
	margin: -2.5px 0 0 -25px;
}
.headerSm span:nth-of-type(3){
	margin: 12px 0 0 -25px;
}
.headerClick span:nth-of-type(1){
	margin: -2.5px 0 0 -25px;
	transform: rotate(45deg);
}
.headerClick span:nth-of-type(2){
	display: none;
}
.headerClick span:nth-of-type(3){
	margin: -2.5px 0 0 -25px;
	transform: rotate(-45deg);
}
.header_search input{
	width: 100%;
	height: 100%;
	border: none;
	background-color: #f2f2f2;
	padding-left: 10px;
	font-size: 14px;
}
.header_search span{
	font-size: 17px;
	position: absolute;
	top: 9px;
	right: 10px;
	color: #c11b32;
}
.top_tel{
	float: right;
	line-height: 30px;
	margin: 30px 10px 0 0;
	display: none;
}
.top_tel span{
	font-size: 14px;
	color: #c0182f;
	margin: 0px 10px;
}
@media only screen and (max-width:991px ){
	body{
		padding: 80px 0 0;
	}
	.header_common{
		height: 80px;
	}
	.headerLogo{
		line-height: 80px;
	}
	.header_top{
		height: 80px;
	}
	.header_top h4{
		display: none;
	}
	.header_common .header{
		position: static;
	}
	.header_menu{
		width: 100%;
		height: calc(100% - 80px);
		height: -moz-calc(100% - 80px);
		height: -webkit-calc(100% - 80px);
		position: fixed;
		left: 0;
		top: 80px;
		background-color: rgba(0,0,0,0.9);
		padding: 50px 100px;
		font-size: 30px;
		display: none;
	}
	.header_menu li>span{
		display: none;
	}
	.header_menu li{
		line-height: 50px;
		margin-bottom: 30px;
	}
	.header_add{
		width: 50px;
		height: 50px;
		background-color: rgba(255,255,255,0.2);
		float: right;
		position: relative;
	}
	.header_add span{
		display: block;
		width: 20px;
		height: 4px;
		background-color: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -2px 0 0 -10px;
	}
	.header_add span:nth-of-type(2){
		transform: rotate(-90deg);
		transition: all 0.5s;
	}
	.header_add.header_cut span:nth-of-type(2){
		transform: rotate(0deg);
	}
	.header_menu li>a{
		display: inline-block;
		color: #FFFFFF;
	}
	.header_twoMenu{
		width: 100%;
		overflow: hidden;
		display: none;
	}
	.header_twoMenu a{
		display: block;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
		padding: 0 0 0 30px;
	}
	.header_En{
		margin-right: 70px;
	}
	.header_search{
		width: 100%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		position: relative;
		border: 1px solid #cecece;
		background-color: #f2f2f2;
		border-radius: 25px;
		top: 50px;
	}
	.header_search input{
		padding-left: 10px;
		font-size: 18px;
		line-height: 48px;
		margin-top: -2px;
	}
	.header_search span{
		font-size: 24px;
		position: absolute;
		top: 13px;
		right: 10px;
		color: #c11b32;
	}
}
@media only screen and (max-width:767px ){
	.header_En{
		margin: 12px 45px;
	}
	.header_top{
		height: 50px;
	}
	body{
		padding: 50px 0 0;
	}
	.header_common{
		height: 50px;
	}
	.headerLogo{
		width: 150px;
		line-height: 50px;
	}
	.headerSm{
		width: 50px;
		height: 50px;
		padding: 15px 10px;
	}
	.headerSm span{
		display: block;
		width: 30px;
		height: 3px;
		background-color: #FFFFFF;
		border-radius: 3px;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.headerSm span:nth-of-type(1){
		margin: -10px 0 0 -15px;
	}
	.headerSm span:nth-of-type(2){
		margin: -1.5px 0 0 -15px;
	}
	.headerSm span:nth-of-type(3){
		margin: 7px 0 0 -15px;
	}
	.headerClick span:nth-of-type(1){
		margin: -1.5px 0 0 -15px;
		transform: rotate(45deg);
	}
	.headerClick span:nth-of-type(2){
		display: none;
	}
	.headerClick span:nth-of-type(3){
		margin: -1.5px 0 0 -15px;
		transform: rotate(-45deg);
	}
	.header_menu{
		height: calc(100% - 50px);
		height: -moz-calc(100% - 50px);
		height: -webkit-calc(100% - 50px);
		top: 50px;
		padding:40px 20px;
		font-size: 24px;
	}
	.header_menu li{
		line-height: 40px;
		margin-bottom: 10px;
	}
	.header_add{
		width: 30px;
		height: 30px;
		margin-top: 5px;
	}
	.header_add span{
		width: 12px;
		height: 2px;
		margin: -1px 0 0 -6px;
	}
	.header_twoMenu a{
		line-height: 25px;
		font-size: 14px;
		padding: 0 0 0 10px;
	}
	.top_icon{
		display: none;
	}
	.header_search{
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		top: 50px;
	}
	.header_search input{
		padding-left: 10px;
		font-size: 14px;
		line-height: 38px;
	}
	.header_search span{
		font-size: 24px;
		top: 8px;
	}
}
@media only screen and (min-width:991px ){
	body{
		padding: 135px 0 0;
	}
	.header_menu{
		width: auto;
		display: block !important;
		margin-top: 7px;
	}
	.header_menu li{
		float: left;
		position: relative;
		text-align: center;
	}
	.header_menu li>a{
		width: 97px;
		display: block;
		color: #333333;
		font-size: 14px;
		transition: all 0.5s;
		line-height: 18px;
		border-right: 1px solid #dbdbdb;
		margin-bottom: 17px;
		text-align: center;
	}
	.header_menu li:first-of-type>a{
		width: 70px;
	}
	.header_menu li>span{
		display: block;
		width: 0;
		height: 3px;
		margin: 0 auto;
		background-color: #ba162c;
		transition: all 0.5s;
		transform: skewX(-45deg);
	}
	.header_menu li:hover>a{
		color: #ba162c;
		font-weight: bold;
	}
	.header_menu li.header_menuNow>a{
		color: #ba162c;
		font-weight: bold;
	}
	.header_menu li:hover span{
		width: calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
	}
	.header_menu li.header_menuNow>span{
		width: calc(100% - 30px);
	}
	.header_menu li:last-of-type>a{
		border: none;
	}
	.headerSm{
		display: none;
	}
	.header_twoMenu{
		width: 140px;
		overflow: hidden;
		position: absolute;
		top: 38px;
		left: 0px;
		background-color: #fff;
		text-align: left;
		border-radius: 0 0 10px 10px;
		padding: 0 0 10px;
		display: none;
	}
	.header_menu li:nth-of-type(3) .header_twoMenu{
		width: 180px;
	}
	.header_menu li:nth-of-type(4) .header_twoMenu{
		width: 170px;
	}
	.header_twoMenu a{
		display: block;
		line-height: 30px;
		font-size: 12px;
		padding: 0 0 0 10px;
		transition: all 0.5s;
	}
	.header_twoMenu a:hover{
		color: #fff;
		background-color: #ba162c;
	}
	.header_add{
		display: none;
	}
	.header_search{
		width: 195px;
		height: 35px;
		overflow: hidden;
		float: right;
		position: relative;
		border: 1px solid #cecece;
		border-radius: 18px;
		margin-top: -15px;
	}
}
@media only screen and (min-width:1250px ) {
	.header_menu li>a{
		width: 107px;
	}
	.header_menu li:first-of-type>a{
		width: 80px;
	}
	.header_twoMenu a{
		font-size: 13px;
		padding: 0 0 0 10px;
	}
	.top_tel{
		display: block;
	}
	.top_tel span:nth-of-type(1),.top_tel span:nth-of-type(2){
		transform: rotate(15deg);
		margin: 0 5px;
	}
}
/*公共底部信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
	background-color: #292929;
	color: #5d5d5d;
}
.footer_common a{
	color: #5d5d5d;
}
.footer_common a:hover{
	color: #FFFFFF;
	text-decoration: underline !important;
}
.footer_common .footer_top{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.footer_top .footer_menu{
	width: calc(100% - 165px);
	width: -moz-calc(100% - 165px);
	width: -webkit-calc(100% - 165px);
	float: left;
	line-height: 20px;
}
.footer_top .footer_menu li{
	float: left;
	width: auto;
	height: auto;
	margin-right: 50px;
}
.footer_top .footer_menu li img{
	width: 100px;
}
.footer_top .footer_menu a{
	display: block;
	color: #979797;
}
.footer_top .footer_menu li a:first-of-type{
	color: #b3b3b3;
	font-size: 15px;
	line-height: 30px;
}
.footer_top>img{
	float: right;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	color: #292929;
	padding: 10px 0;
}
.footer_bottom span{
	float: right;
}
.footer_bottom a {
	margin: 0 0 0 10px;
	color: #292929;
}
.footer_bottom a:hover {
	color: #ba162c;
	text-decoration: underline !important;
}
@media only screen and (max-width:991px ) {
	.footer_top .footer_menu li{
		margin: 0 40px 10px 0;
	}
	.footer_top .footer_menu li:nth-of-type(3){
		height: 150px;
	}
}
@media only screen and (max-width:767px ) {
	.footer_common .footer_top {
	    padding: 30px 0 10px;
	    position: relative;
	}
	.footer_top .footer_menu{
		width: 100%;
	}
	.footer_top .footer_menu li{
		margin: 0 0 10px;
	}
	.footer_top .footer_menu li:nth-of-type(1),.footer_top .footer_menu li:nth-of-type(6){
		float: none;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	.footer_top .footer_menu li:nth-of-type(3),.footer_top .footer_menu li:nth-of-type(5){
		float: right;
		width: 142px;
	}
	.footer_top .footer_menu li:nth-of-type(4){
		margin: 0 42px 10px 0;
	}
	.footer_bottom {
	    margin: 0;
	    text-align: center;
	}
	.footer_bottom span{
		float: none;
	}
	.footer_top>img{
		position: absolute;
		right: 0;
	}
}
@media only screen and (min-width:992px ) {
	.footer_top .footer_menu li{
		margin-right: 22px;
	}
}
@media only screen and (min-width:1250px ) {
	.footer_top .footer_menu li{
		margin-right: 50px;
	}
}
/*公共的顶部图片样式*/
.banner_common{
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
}
.banner_common img{
	width: 100%;
}
.nav_common{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(192,25,47,0.8);
	line-height: 50px;
}
.nav_common a{
	display: block;
	float: left;
	padding: 0 25px;
	font-size: 14px;
	color: #FFFFFF;
}
.nav_common a.nav_now{
	background-color: #FFFFFF;
	color: #333333;
}
.nav_common a:hover{
	background-color: #FFFFFF;
	color: #333333;
}
@media only screen and (max-width:991px ) {
	.banner_common img:nth-of-type(1){
		display: none;
	}
	.nav_common{
		position: static;
	}
}
@media only screen and (max-width:767px ) {
	.nav_common .container{
		width: 100%;
	}
	.nav_common a{
		padding: 0;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
		line-height: 49px;
		height: 49px;
		overflow: hidden;
	}
	.nav_common a:nth-of-type(2n+1){
		border-right: 1px solid #FFFFFF;
	}
}
@media only screen and (max-width:700px ) {
	
}
@media only screen and (min-width:992px ) {
	.banner_common img:nth-of-type(2){
		display: none;
	}
}
@media only screen and (min-width:1250px ) {
	
}
